POV-Ray : Newsgroups : povray.general : Batch files : Batch files Server Time
12 Aug 2024 05:28:56 EDT (-0400)
  Batch files  
From: Ron H 
Date: 21 Mar 1999 16:03:30
Message: <36f55ea2.0@news.povray.org>
How can I run a batch file that will automatically render POVray scene
files?

Is there a way to do it something like this?

for(i=0; i<256; i++) {

    render_file( "scene" + i + ".pov" );

}


Thanks in advance !!

Ron


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.